[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Patch to semaphores/Makefile
Comment on RTLinux 2.2
I found that some minor patch is required in order to make
semaphore stuff compilable.
--------------------8<---------------------8<-------------------
--- Makefile.orig Mon Feb 21 10:07:23 2000
+++ Makefile Mon Feb 21 10:07:32 2000
@@ -1,5 +1,6 @@
TARGET = rt_ipc.o
-include rtl.mk
+include ../rtl.mk
+CFLAGS += -DCONFIG_RTL_USE_V1_API
SRC = $(TARGET:.o=.c)
HDR = $(TARGET:.o=.h)
--------------------8<---------------------8<-------------------
Gabor