Corey Tabaka | b3f6cac | 2009-04-01 17:35:12 -0400 | [diff] [blame] | 1 | # top level project rules for the pc-x86-test project |
| 2 | # |
| 3 | LOCAL_DIR := $(GET_LOCAL_DIR) |
| 4 | |
| 5 | TARGET := pc-x86 |
| 6 | MODULES += \ |
| 7 | app/tests \ |
Corey Tabaka | b0bd183 | 2009-04-03 01:17:52 -0400 | [diff] [blame] | 8 | app/shell \ |
| 9 | app/pcitests |
Corey Tabaka | b3f6cac | 2009-04-01 17:35:12 -0400 | [diff] [blame] | 10 | |
| 11 | # extra rules to copy the pc-x86.conf file to the build dir |
| 12 | #$(BUILDDIR)/pc-x86.conf: $(LOCAL_DIR)/pc-x86.conf |
| 13 | # @echo copy $< to $@ |
| 14 | # $(NOECHO)cp $< $@ |
| 15 | |
| 16 | #EXTRA_BUILDDEPS += $(BUILDDIR)/pc-x86.conf |
| 17 | #GENERATED += $(BUILDDIR)/pc-x86.conf |