diff options
-rw-r--r-- | modules/Makefile | 1 | ||||
-rw-r--r-- | system/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/modules/Makefile b/modules/Makefile index 171ebfd..049eb83 100644 --- a/modules/Makefile +++ b/modules/Makefile @@ -1,6 +1,7 @@ current: all_modules include ../Makefile +PDP_PIDIP_CFLAGS += -I../../pdp/include -I../../../pd/src OBJECTS = pdp_intrusion.o pdp_yqt.o pdp_simura.o pdp_underwatch.o \ pdp_vertigo.o pdp_yvu2rgb.o pdp_lens.o pdp_baltan.o \ diff --git a/system/Makefile b/system/Makefile index fc2c9ac..8dd3092 100644 --- a/system/Makefile +++ b/system/Makefile @@ -1,6 +1,7 @@ current: all_modules include ../Makefile +PDP_PIDIP_CFLAGS += -I../../pdp/include OBJECTS = pidip.o yuv.o |