summaryrefslogtreecommitdiff
path: root/target/qemu-arm
diff options
context:
space:
mode:
Diffstat (limited to 'target/qemu-arm')
-rw-r--r--target/qemu-arm/Makefile3
-rw-r--r--target/qemu-arm/uclibc.config2
2 files changed, 3 insertions, 2 deletions
diff --git a/target/qemu-arm/Makefile b/target/qemu-arm/Makefile
index cda4e95bb..d0ea5ae92 100644
--- a/target/qemu-arm/Makefile
+++ b/target/qemu-arm/Makefile
@@ -8,7 +8,8 @@ include $(TOPDIR)/mk/kernel-build.mk
include $(TOPDIR)/mk/image.mk
kernel-install:
- @cp $(LINUX_DIR)/arch/arm/boot/zImage $(BIN_DIR)/${ADK_TARGET}-${FS}-kernel
+ @cp $(LINUX_DIR)/arch/arm/boot/zImage \
+ $(BIN_DIR)/${ADK_TARGET}-${FS}-kernel
createinit:
@-rm $(LINUX_DIR)/usr/initramfs_data.cpio.*
diff --git a/target/qemu-arm/uclibc.config b/target/qemu-arm/uclibc.config
index 323249401..cfa8c16b0 100644
--- a/target/qemu-arm/uclibc.config
+++ b/target/qemu-arm/uclibc.config
@@ -138,7 +138,7 @@ UCLIBC_HAS_BSD_ERR=y
# UCLIBC_NTP_LEGACY is not set
# UCLIBC_SV4_DEPRECATED is not set
UCLIBC_HAS_REALTIME=y
-# UCLIBC_HAS_ADVANCED_REALTIME is not set
+UCLIBC_HAS_ADVANCED_REALTIME=y
UCLIBC_HAS_EPOLL=y
UCLIBC_HAS_XATTR=y
# UCLIBC_HAS_PROFILING is not set