]>
Commit | Line | Data |
---|---|---|
b0d623f7 A |
1 | ###################################################################### |
2 | #BEGIN Machine dependent Makefile fragment for x86_64 | |
3 | ###################################################################### | |
4 | ||
6d2010ae A |
5 | # Files that must go in the __HIB segment: |
6 | UNCONFIGURED_HIB_FILES= \ | |
7 | WKdmDecompress.o | |
8 | ||
9 | HIB_FILES=$(filter $(UNCONFIGURED_HIB_FILES),$(OBJS)) | |
10 | ||
b0d623f7 A |
11 | ###################################################################### |
12 | #END Machine dependent Makefile fragment for x86_64 | |
13 | ###################################################################### |