Print this page
| Split |
Close |
| Expand all |
| Collapse all |
--- old/usr/src/uts/intel/lx_cgroup/Makefile
+++ new/usr/src/uts/intel/lx_cgroup/Makefile
1 1 #
2 2 # This file and its contents are supplied under the terms of the
3 3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 4 # You may only use this file in accordance with the terms of version
5 5 # 1.0 of the CDDL.
6 6 #
7 7 # A full copy of the text of the CDDL should have accompanied this
8 8 # source. A copy of the CDDL is also available via the Internet at
9 9 # http://www.illumos.org/license/CDDL.
10 10 #
11 11
12 12 #
13 13 # Copyright 2015 Joyent, Inc.
14 14 #
15 15
16 16 UTSBASE = ../..
17 17
18 18 LX_CMN = $(SRC)/common/brand/lx
19 19
20 20 MODULE = lx_cgroup
21 21 OBJECTS = $(LX_CGROUP_OBJS:%=$(OBJS_DIR)/%)
22 22 LINTS = $(LX_CGROUP_OBJS:%.o=$(LINTS_DIR)/%.ln)
23 23 ROOTMODULE = $(USR_FS_DIR)/$(MODULE)
24 24
25 25 INC_PATH += -I$(UTSBASE)/common/brand/lx -I$(LX_CMN)
26 26
27 27 include $(UTSBASE)/intel/Makefile.intel
28 28
29 29 ALL_TARGET = $(BINARY)
30 30 LINT_TARGET = $(MODULE).lint
31 31 INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
32 32
33 33 CFLAGS += $(CCVERBOSE)
34 34
35 35 LDFLAGS += -dy -Nbrand/lx_brand
36 36
37 37 .KEEP_STATE:
38 38
39 39 def: $(DEF_DEPS)
40 40
41 41 all: $(ALL_DEPS)
42 42
43 43 clean: $(CLEAN_DEPS)
44 44
45 45 clobber: $(CLOBBER_DEPS)
46 46
47 47 lint: $(LINT_DEPS)
48 48
49 49 modlintlib: $(MODLINTLIB_DEPS)
50 50
51 51 clean.lint: $(CLEAN_LINT_DEPS)
52 52
53 53 install: $(INSTALL_DEPS)
54 54
55 55 include $(UTSBASE)/intel/Makefile.targ
56 56
57 57 include $(UTSBASE)/intel/lx_cgroup/Makefile.rules
|
↓ open down ↓ |
57 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX