From: Michal Simek <[email protected]>
Signed-off-by: Michal Simek <[email protected]> --- testcases/kernel/Makefile | 2 +- testcases/kernel/include/Makefile | 3 +++ 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/testcases/kernel/Makefile b/testcases/kernel/Makefile index dbfec51..73bfa24 100644 --- a/testcases/kernel/Makefile +++ b/testcases/kernel/Makefile @@ -1,5 +1,5 @@ SUBDIRS = power_management numa containers controllers connectors include fs io ipc mem pty sched security syscalls timers -UCLINUX_SUBDIRS = syscalls +UCLINUX_SUBDIRS = include syscalls all: @set -e; for i in $(SUBDIRS); do $(MAKE) -C $$i ; done diff --git a/testcases/kernel/include/Makefile b/testcases/kernel/include/Makefile index 7ad63ef..373bbe8 100644 --- a/testcases/kernel/include/Makefile +++ b/testcases/kernel/include/Makefile @@ -1,3 +1,5 @@ +uclinux: ../../../include/linux_syscall_numbers.h + all: ../../../include/linux_syscall_numbers.h ../../../include/linux_syscall_numbers.h: linux_syscall_numbers.h @@ -7,6 +9,7 @@ clean distclean: rm -f linux_syscall_numbers.h rm -f ../../../include/linux_syscall_numbers.h +uclinux_install: install: @true -- 1.5.5.1 ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
