summaryrefslogtreecommitdiffhomepage
path: root/project/headers.mk
blob: c47901c892f544eb55abc4c11fa7425eceab7527 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
API_HEADERS = \
	$(SOURCE_DIR)/include/$(PACKAGE)/ntux.h \
	$(SOURCE_DIR)/include/$(PACKAGE)/ntux_api.h \

INTERNAL_HEADERS = \
	$(SOURCE_DIR)/src/internal/argv/argv.h \
	$(SOURCE_DIR)/src/internal/$(PACKAGE)_driver_impl.h \
	$(SOURCE_DIR)/src/internal/$(PACKAGE)_init_impl.h \
	$(SOURCE_DIR)/src/internal/$(PACKAGE)_memfn_impl.h \
	$(SOURCE_DIR)/src/internal/$(PACKAGE)_nolibc_impl.h \

ALL_HEADERS = $(API_HEADERS) $(INTERNAL_HEADERS)