]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - arch/um/sys-x86_64/util/Makefile
Linux-2.6.12-rc2
[mirror_ubuntu-bionic-kernel.git] / arch / um / sys-x86_64 / util / Makefile
1 # Copyright 2003 - 2004 Pathscale, Inc
2 # Released under the GPL
3
4 hostprogs-y := mk_sc mk_thread
5 always := $(hostprogs-y)
6
7 mk_thread-objs := mk_thread_kern.o mk_thread_user.o
8
9 HOSTCFLAGS_mk_thread_kern.o := $(CFLAGS) $(CPPFLAGS)
10 HOSTCFLAGS_mk_thread_user.o := $(USER_CFLAGS)