diff options
author | andrew <andrew@FreeBSD.org> | 2016-04-14 15:52:11 +0000 |
---|---|---|
committer | andrew <andrew@FreeBSD.org> | 2016-04-14 15:52:11 +0000 |
commit | 6d190b5b3dd19ac835a89cb86d32e818f7633e87 (patch) | |
tree | 5dd14a35a9d0dd8477c27bd474d582d7ac2d6ac1 | |
parent | a0acfbfb47d8d1ab9dfa63c00feeeaadf2ad0333 (diff) | |
download | FreeBSD-src-6d190b5b3dd19ac835a89cb86d32e818f7633e87.zip FreeBSD-src-6d190b5b3dd19ac835a89cb86d32e818f7633e87.tar.gz |
Sort so pic_if.m is in the correct location with the other kern files.
Obtained from: ABT Systems Ltd
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | sys/conf/files.arm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files.arm b/sys/conf/files.arm index a9da11c..ec1283a 100644 --- a/sys/conf/files.arm +++ b/sys/conf/files.arm @@ -57,7 +57,6 @@ arm/arm/mpcore_timer.c optional mpcore_timer arm/arm/nexus.c standard arm/arm/ofw_machdep.c optional fdt arm/arm/physmem.c standard -kern/pic_if.m optional arm_intrng arm/arm/pl190.c optional pl190 arm/arm/pl310.c optional pl310 arm/arm/platform.c optional platform @@ -116,6 +115,7 @@ font.h optional sc \ compile-with "uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x16.fnt && file2c 'u_char dflt_font_16[16*256] = {' '};' < ${SC_DFLT_FONT}-8x16 > font.h && uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x14.fnt && file2c 'u_char dflt_font_14[14*256] = {' '};' < ${SC_DFLT_FONT}-8x14 >> font.h && uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x8.fnt && file2c 'u_char dflt_font_8[8*256] = {' '};' < ${SC_DFLT_FONT}-8x8 >> font.h" \ no-obj no-implicit-rule before-depend \ clean "font.h ${SC_DFLT_FONT}-8x14 ${SC_DFLT_FONT}-8x16 ${SC_DFLT_FONT}-8x8" +kern/pic_if.m optional arm_intrng kern/subr_busdma_bufalloc.c standard kern/subr_sfbuf.c standard libkern/arm/aeabi_unwind.c standard |