diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/uml/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/uml/Makefile b/target/linux/uml/Makefile index be27179151..430450ca0b 100644 --- a/target/linux/uml/Makefile +++ b/target/linux/uml/Makefile @@ -18,6 +18,7 @@ ARCH:=$(shell uname -m | sed \ -e 's/sh[234]/sh/' \ -e 's/armeb/arm/' \ ) +ARCH_PACKAGES:=uml BOARD:=uml BOARDNAME:=User Mode Linux FEATURES:=ext4 audio |