summaryrefslogtreecommitdiff
path: root/test/silly/Makefile.in
blob: 8e0e6d12090dc3241b451789e38d606846812e7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# uClibc silly tests
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.

RET_hello := 42
RET_tiny  := 42

atomic_headers := -I$(top_srcdir)libc/sysdeps/linux/$(TARGET_ARCH) \
	-I$(top_srcdir)libc/sysdeps/linux \
	-I$(top_builddir)include

CFLAGS_tst-atomic = $(atomic_headers)
CFLAGS_tst-atomic-long = $(atomic_headers)