aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/sys-x86_64/util/Makefile
blob: 002607980864c4b5c2a9687be52633c53c414109 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright 2003 - 2004 Pathscale, Inc
# Released under the GPL

hostprogs-y	:= mk_sc mk_thread
always		:= $(hostprogs-y)

mk_thread-objs	:= mk_thread_kern.o mk_thread_user.o

HOSTCFLAGS_mk_thread_kern.o	:= $(CFLAGS) $(CPPFLAGS)
HOSTCFLAGS_mk_thread_user.o	:= $(USER_CFLAGS)