summaryrefslogtreecommitdiffstats
path: root/userspace/Makefile
blob: 1a95ac701a60a0f47320e36538fc0624f46e4e02 (plain)
1
2
3
4
5
6
7
8
9
KERNEL_DIR ?= /lib/modules/$(shell uname -r)/build

hostprogs := setkey
setkey-objs := setkey.o

all: $(hostprogs)

clean:
	rm -f *.o *~ setkey