diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ CROSS_COMPILE ?= CC := $(CROSS_COMPILE)gcc -CFLAGS ?= -O2 -W -Wall -Iinclude +CFLAGS += -O2 -W -Wall -Iinclude LDFLAGS ?= LIBS := -lrt |
index : yavta.git | ||
Yet Another V4L2 Test Application | Laurent Pinchart |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 2 |
@@ -1,7 +1,7 @@ CROSS_COMPILE ?= CC := $(CROSS_COMPILE)gcc -CFLAGS ?= -O2 -W -Wall -Iinclude +CFLAGS += -O2 -W -Wall -Iinclude LDFLAGS ?= LIBS := -lrt |