Makefile (77bf4400319db9d2a8af6b00c2be6faa0f3d07cb) Makefile (ba180fd437156f7fd8cfb2fdd021d949eeef08d6)
1#
1#
2# Copyright (C) 2002 - 2004 Jeff Dike (jdike@addtoit.com)
2# Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
3# Licensed under the GPL
4#
5
6obj-y := clone.o mmu.o process.o syscall.o uaccess.o
7
8# clone.o is in the stub, so it can't be built with profiling
9# GCC hardened also auto-enables -fpic, but we need %ebx so it can't work ->
10# disable it
11
12CFLAGS_clone.o := $(CFLAGS_NO_HARDENING)
13UNPROFILE_OBJS := clone.o
14
15include arch/um/scripts/Makefile.rules
3# Licensed under the GPL
4#
5
6obj-y := clone.o mmu.o process.o syscall.o uaccess.o
7
8# clone.o is in the stub, so it can't be built with profiling
9# GCC hardened also auto-enables -fpic, but we need %ebx so it can't work ->
10# disable it
11
12CFLAGS_clone.o := $(CFLAGS_NO_HARDENING)
13UNPROFILE_OBJS := clone.o
14
15include arch/um/scripts/Makefile.rules