summaryrefslogtreecommitdiffstats
path: root/rules/uclibc-headers.in
blob: 837a9c3ad9f53033e7a524de2b15cb1d117fe96d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# config for uclibc-headers

config UCLIBC_HEADERS
	bool
	# no prompt
	select KERNEL_HEADERS

if UCLIBC_HEADERS

config UCLIBC_HEADERS_FAKE_CROSS
	string
	prompt "fake cross args"
	default "-D__ARM_EABI__"	if ARCH_ARM
	help
	  Add these args to fake a crosscompiler during uclibc-header extraction stage.

endif