summaryrefslogtreecommitdiffstats
path: root/target/device/x86/Makefile.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-12-02 19:34:17 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-12-02 19:34:17 +0000
commitf2e4ecf1d8de0c98895de005a332b2af16e7964b (patch)
treea2d5b76b25bcc6150bc5d0ab650e1199c8480b95 /target/device/x86/Makefile.in
parentfc19465fd7bee1348393c4313e7e173a6dc9163c (diff)
downloadbuildroot-novena-f2e4ecf1d8de0c98895de005a332b2af16e7964b.tar.gz
buildroot-novena-f2e4ecf1d8de0c98895de005a332b2af16e7964b.zip
- 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.in6
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