diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-12-02 19:34:17 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-12-02 19:34:17 +0000 |
commit | f2e4ecf1d8de0c98895de005a332b2af16e7964b (patch) | |
tree | a2d5b76b25bcc6150bc5d0ab650e1199c8480b95 /target/device/x86/Makefile.in | |
parent | fc19465fd7bee1348393c4313e7e173a6dc9163c (diff) |
- add generic target. X86 for now, don't fork this but generalize it!
Diffstat (limited to 'target/device/x86/Makefile.in')
-rw-r--r-- | target/device/x86/Makefile.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/device/x86/Makefile.in b/target/device/x86/Makefile.in new file mode 100644 index 000000000..d773f4722 --- /dev/null +++ b/target/device/x86/Makefile.in @@ -0,0 +1,6 @@ +TARGET_DEVICE_DEPMOD:=target/device/x86/depmod.pl + +ifeq ($(strip $(BR2_TARGET_X86_GENERIC)),y) +include target/device/x86/i386/Makefile.in +include target/device/x86/i386/*.mk +endif |