Skip to content

Commit

Permalink
make: remove addition of PROJECT_PATH include path
Browse files Browse the repository at this point in the history
It's now added globally

JIRA: CI-334
  • Loading branch information
nalajcie committed Aug 31, 2023
1 parent b0c20fa commit f0eb3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ LDGEN ?= $(CC)

# TODO: replace BOARD_CONFIG usage with board_config.h
CFLAGS += $(BOARD_CONFIG)
CFLAGS += -I. -I$(PROJECT_PATH)/
CFLAGS += -I.
CFLAGS += -DVERSION=\"$(VERSION)\"

OBJS :=
Expand Down

0 comments on commit f0eb3b4

Please sign in to comment.