Skip to content

Commit 4f4d0af

Browse files
warthog618brgl
authored andcommitted
selftests: gpio: restore CFLAGS options
All the CFLAGS options were incorrectly removed in the recent rework of the GPIO selftests. While some of the flags were specific to the old implementation the remainder are still relevant. Restore those options. Signed-off-by: Kent Gibson <warthog618@gmail.com> Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
1 parent c472d71 commit 4f4d0af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/testing/selftests/gpio/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
TEST_PROGS := gpio-mockup.sh
44
TEST_FILES := gpio-mockup-sysfs.sh
55
TEST_GEN_PROGS_EXTENDED := gpio-mockup-cdev
6-
CFLAGS += -I../../../../usr/include
6+
CFLAGS += -O2 -g -Wall -I../../../../usr/include/
77

88
include ../lib.mk

0 commit comments

Comments
 (0)