Skip to content

Commit

Permalink
selftests: gpio: restore CFLAGS options
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Bartosz Golaszewski <[email protected]>
  • Loading branch information
warthog618 authored and brgl committed Nov 15, 2021
1 parent c472d71 commit 4f4d0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testing/selftests/gpio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
TEST_PROGS := gpio-mockup.sh
TEST_FILES := gpio-mockup-sysfs.sh
TEST_GEN_PROGS_EXTENDED := gpio-mockup-cdev
CFLAGS += -I../../../../usr/include
CFLAGS += -O2 -g -Wall -I../../../../usr/include/

include ../lib.mk

0 comments on commit 4f4d0af

Please sign in to comment.