add preliminary support for soekris boards

SVN-Revision: 1564
This commit is contained in:
Nicolas Thill
2005-07-25 15:40:23 +00:00
parent 19abf86c40
commit 6f4cb7338f
14 changed files with 1695 additions and 0 deletions

View File

@@ -55,6 +55,10 @@ ifeq ($(BOARD),brcm)
include ./broadcom.mk
endif
ifeq ($(BOARD),soekris)
include ./soekris.mk
endif
ifeq ($(BOARD),ar7)
include ./ar7.mk
endif