Makefile (843e1988) Makefile (551bc2a6)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 25 unchanged lines hidden (view full) ---

34
35#
36# Override defaults.
37#
38FILEMODE = 644
39
40HDRS= \
41 balloon.h \
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 25 unchanged lines hidden (view full) ---

34
35#
36# Override defaults.
37#
38FILEMODE = 644
39
40HDRS= \
41 balloon.h \
42 hypervisor.h \
43 machprivregs.h \
42 machprivregs.h \
44 xen_errno.h \
45 xen_mmu.h \
46 xpv_impl.h
47
48ROOTHDRS= $(HDRS:%=$(USR_PSM_ISYS_DIR)/%)
49
50ROOTDIR= $(ROOT)/usr/share/src
51ROOTDIRS= $(ROOTDIR)/uts $(ROOTDIR)/uts/$(PLATFORM)
52

--- 22 unchanged lines hidden ---
43 xen_mmu.h \
44 xpv_impl.h
45
46ROOTHDRS= $(HDRS:%=$(USR_PSM_ISYS_DIR)/%)
47
48ROOTDIR= $(ROOT)/usr/share/src
49ROOTDIRS= $(ROOTDIR)/uts $(ROOTDIR)/uts/$(PLATFORM)
50

--- 22 unchanged lines hidden ---