Lines Matching full:os
3 # Copyright (c) 2011 The Chromium OS Authors.
9 extra-y := start.o os.o
12 obj-$(CONFIG_ETH_SANDBOX_RAW) += eth-raw-os.o
14 # os.c is build in the system environment, so needs standard includes
20 $(obj)/os.o: $(src)/os.c FORCE
25 # eth-raw-os.c is built in the system env, so needs standard includes
26 # CFLAGS_REMOVE_eth-raw-os.o cannot be used to drop header include path
27 quiet_cmd_cc_eth-raw-os.o = CC $(quiet_modtag) $@
28 cmd_cc_eth-raw-os.o = $(CC) $(filter-out -nostdinc, \
31 $(obj)/eth-raw-os.o: $(src)/eth-raw-os.c FORCE
32 $(call if_changed_dep,cc_eth-raw-os.o)