diff options
Diffstat (limited to 'target/linux/uml-2.6/Makefile')
-rw-r--r-- | target/linux/uml-2.6/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/uml-2.6/Makefile b/target/linux/uml-2.6/Makefile index 323eb2c3f4..3ca6b021d3 100644 --- a/target/linux/uml-2.6/Makefile +++ b/target/linux/uml-2.6/Makefile @@ -6,6 +6,10 @@ # include $(TOPDIR)/rules.mk +ARCH:=i386 +BOARD:=uml +BOARDNAME:=User Mode Linux + LINUX_VERSION:=2.6.17 LINUX_RELEASE:=1 LINUX_KERNEL_MD5SUM:=37ddefe96625502161f075b9d907f21e |