Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
get rid of project as a container of code, flatten it one level
Browse files Browse the repository at this point in the history
  • Loading branch information
travisg committed Jan 25, 2009
1 parent c676001 commit 577036f
Show file tree
Hide file tree
Showing 18 changed files with 26 additions and 400 deletions.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ EXTRA_BUILDDEPS :=
# any rules you put here will be depended on in clean builds
EXTRA_CLEANDEPS :=

include project/$(PROJECT)/rules.mk
include project/$(PROJECT).mk
include target/$(TARGET)/rules.mk
include platform/$(PLATFORM)/rules.mk
include arch/$(ARCH)/rules.mk
Expand Down
16 changes: 16 additions & 0 deletions project/armemu-test.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# top level project rules for the armemu-test project
#
LOCAL_DIR := $(GET_LOCAL_DIR)

TARGET := armemu
MODULES += \
app/tests \
app/shell

# extra rules to copy the armemu.conf file to the build dir
#$(BUILDDIR)/armemu.conf: $(LOCAL_DIR)/armemu.conf
# @echo copy $< to $@
# $(NOECHO)cp $< $@

#EXTRA_BUILDDEPS += $(BUILDDIR)/armemu.conf
#GENERATED += $(BUILDDIR)/armemu.conf
14 changes: 0 additions & 14 deletions project/armemu-test/armemu.conf

This file was deleted.

33 changes: 0 additions & 33 deletions project/armemu-test/init.c

This file was deleted.

19 changes: 0 additions & 19 deletions project/armemu-test/rules.mk

This file was deleted.

5 changes: 1 addition & 4 deletions project/beagle-test/rules.mk → project/beagle-test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,5 @@ TARGET := beagle
MODULES += \
app/tests \
app/stringtests \
lib/console

OBJS += \
$(LOCAL_DIR)/init.o
app/shell

61 changes: 0 additions & 61 deletions project/beagle-test/init.c

This file was deleted.

87 changes: 0 additions & 87 deletions project/beagle-test/usb_descriptors.h

This file was deleted.

6 changes: 2 additions & 4 deletions project/osk5912-test/rules.mk → project/osk5912-test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ LOCAL_DIR := $(GET_LOCAL_DIR)
TARGET := osk5912
MODULES += \
app/tests \
lib/console

OBJS += \
$(LOCAL_DIR)/init.o
app/stringtests \
app/shell

14 changes: 0 additions & 14 deletions project/osk5912-test/armemu.conf

This file was deleted.

41 changes: 0 additions & 41 deletions project/osk5912-test/init.c

This file was deleted.

8 changes: 3 additions & 5 deletions project/qemu-arm-test/rules.mk → project/qemu-arm-test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ LOCAL_DIR := $(GET_LOCAL_DIR)

TARGET := qemu-arm
MODULES += \
app/tests

OBJS += \
$(LOCAL_DIR)/init.o

app/tests \
app/shell

29 changes: 0 additions & 29 deletions project/qemu-arm-test/init.c

This file was deleted.

3 changes: 0 additions & 3 deletions project/qemu-arm-test/runqemu

This file was deleted.

5 changes: 2 additions & 3 deletions project/sam7ex256-test/rules.mk → project/sam7ex256-test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ LOCAL_DIR := $(GET_LOCAL_DIR)

TARGET := sam7ex256
MODULES += \
app/tests
app/tests \
app/shell

OBJS += \
$(LOCAL_DIR)/init.o
Loading

0 comments on commit 577036f

Please sign in to comment.