mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
7 lines
130 B
Makefile
7 lines
130 B
Makefile
ifeq ($(strip $(BR2_CCACHE)),y)
|
|
TARGETS+=ccache
|
|
endif
|
|
ifeq ($(strip $(BR2_PACKAGE_CCACHE_TARGET)),y)
|
|
TARGETS+=ccache_target
|
|
endif
|