You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
386 B
22 lines
386 B
19 years ago
|
#
|
||
|
# Copyright (C) 2006 OpenWrt.org
|
||
|
#
|
||
|
# This is free software, licensed under the GNU General Public License v2.
|
||
|
# See /LICENSE for more information.
|
||
|
#
|
||
19 years ago
|
include $(TOPDIR)/rules.mk
|
||
|
|
||
18 years ago
|
ARCH:=mips
|
||
|
BOARD:=sibyte
|
||
|
BOARDNAME:=SiByte MIPS
|
||
|
FEATURES:=broken
|
||
|
|
||
18 years ago
|
LINUX_VERSION:=2.6.21.5
|
||
|
|
||
19 years ago
|
include $(INCLUDE_DIR)/kernel-build.mk
|
||
18 years ago
|
|
||
|
# include the profiles
|
||
|
-include profiles/*.mk
|
||
|
|
||
18 years ago
|
$(eval $(call BuildKernel))
|