summaryrefslogtreecommitdiff
path: root/cleopatre/buildroot/target/device/Spidcom/Makefile.in
diff options
context:
space:
mode:
authorJean-Philippe SAVE2012-09-13 11:05:19 +0200
committerCyril Jourdan2012-09-20 16:47:50 +0200
commit871f815ae3c294295bd994e4d01eb6d04259e264 (patch)
tree9d802873ca465bd265b04b576b3ac99184cb402f /cleopatre/buildroot/target/device/Spidcom/Makefile.in
parente0a000e4b40be71312dfbb1ac4486b5d4749f5f7 (diff)
cleo/{buildroot, linux}: create MSE500 machine, refs #3318
Warning: This commit does not compile, but it will be easier to understand.
Diffstat (limited to 'cleopatre/buildroot/target/device/Spidcom/Makefile.in')
-rw-r--r--cleopatre/buildroot/target/device/Spidcom/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/cleopatre/buildroot/target/device/Spidcom/Makefile.in b/cleopatre/buildroot/target/device/Spidcom/Makefile.in
index 740935327a..9da28bdbe9 100644
--- a/cleopatre/buildroot/target/device/Spidcom/Makefile.in
+++ b/cleopatre/buildroot/target/device/Spidcom/Makefile.in
@@ -11,6 +11,10 @@ ifeq ($(strip $(BR2_TARGET_SPIDCOM_MSE500DINI_300)),y)
include target/device/Spidcom/mse500dini_300/Makefile.in
endif
+ifeq ($(strip $(BR2_TARGET_SPIDCOM_MSE500)),y)
+include target/device/Spidcom/mse500/Makefile.in
+endif
+
ifeq ($(strip $(BR2_TARGET_SPIDCOM_SPK300G)),y)
include target/device/Spidcom/spk300g/Makefile.in
endif