Makefile 389 字节
Newer Older
R
Randy Dunlap 已提交
1 2
# kbuild trick to avoid linker error. Can be omitted if a module is built.
obj- := dummy.o
3

R
Randy Dunlap 已提交
4
# List of programs to build
5
hostprogs-y := timestamping hwtstamp_config
R
Randy Dunlap 已提交
6 7 8 9 10

# Tell kbuild to always build the programs
always := $(hostprogs-y)

HOSTCFLAGS_timestamping.o += -I$(objtree)/usr/include
11
HOSTCFLAGS_hwtstamp_config.o += -I$(objtree)/usr/include
12 13

clean:
14
	rm -f timestamping hwtstamp_config