get rid of project as a container of code, flatten it one level

This commit is contained in:
Travis Geiselbrecht
2009-01-24 21:37:21 -08:00
parent c6760010af
commit 577036f27f
18 changed files with 26 additions and 400 deletions

View File

@@ -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