mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 12:20:54 -05:00
9 lines
158 B
Makefile
9 lines
158 B
Makefile
LEVEL = ../../../make
|
|
|
|
C_SOURCES := inlines.c
|
|
|
|
ifneq (,$(findstring icc,$(CC)))
|
|
CFLAGS += -debug inline-debug-info
|
|
endif
|
|
|
|
include $(LEVEL)/Makefile.rules
|