diff options
Diffstat (limited to 'ipc/Makefile')
-rw-r--r-- | ipc/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ipc/Makefile b/ipc/Makefile index 424052017..4e947582b 100644 --- a/ipc/Makefile +++ b/ipc/Makefile @@ -10,10 +10,6 @@ O_TARGET := ipc.o O_OBJS := util.o -ifdef CONFIG_KERNELD -CONFIG_SYSVIPC=1 -endif - ifdef CONFIG_SYSVIPC O_OBJS += msg.o sem.o shm.o endif |