summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2005-06-10 10:00:19 +0000
committerwdenk <wdenk>2005-06-10 10:00:19 +0000
commita87589da74b84031a3db4ddd2e835e1893a90f3b (patch)
tree3f6c7097b0c7bd65ac278b2d667d382536fe2fa7 /Makefile
parent51152c173d025551dce4e0097e14e147ad016d3b (diff)
* Add support for HMI1001 board
* Disable "date" and "sntp" commands on TQM866M which has no RTC
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 428406fde2..e7b36ab6b9 100644
--- a/Makefile
+++ b/Makefile
@@ -227,6 +227,10 @@ PATI_config: unconfig
#########################################################################
## MPC5xxx Systems
#########################################################################
+
+hmi1001_config: unconfig
+ @./mkconfig hmi1001 ppc mpc5xxx hmi1001
+
Lite5200_config \
Lite5200_LOWBOOT_config \
Lite5200_LOWBOOT08_config \