summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.arm
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2012-10-25 05:22:25 +0000
committerimp <imp@FreeBSD.org>2012-10-25 05:22:25 +0000
commit0d0775ec92a3f43e3b8060f719afb32106df37f7 (patch)
treef453f57b49f8cb5e2bfeed34029b3833cee966f0 /sys/conf/files.arm
parent037f6496051c48f6f34c95400967853a8b0b0a57 (diff)
downloadFreeBSD-src-0d0775ec92a3f43e3b8060f719afb32106df37f7.zip
FreeBSD-src-0d0775ec92a3f43e3b8060f719afb32106df37f7.tar.gz
Sort and remove a few long-obsolete comments.
Diffstat (limited to 'sys/conf/files.arm')
-rw-r--r--sys/conf/files.arm29
1 files changed, 12 insertions, 17 deletions
diff --git a/sys/conf/files.arm b/sys/conf/files.arm
index a14cf73..8d7904a 100644
--- a/sys/conf/files.arm
+++ b/sys/conf/files.arm
@@ -1,11 +1,4 @@
# $FreeBSD$
-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"
-
-crypto/blowfish/bf_enc.c optional crypto | ipsec
-crypto/des/des_enc.c optional crypto | ipsec
arm/arm/autoconf.c standard
arm/arm/bcopy_page.S standard
arm/arm/bcopyinout.S standard
@@ -58,13 +51,25 @@ arm/arm/vfp.c optional vfp
arm/fpe-arm/armfpe_glue.S optional armfpe
arm/fpe-arm/armfpe_init.c optional armfpe
arm/fpe-arm/armfpe.S optional armfpe
+board_id.h standard \
+ dependency "$S/arm/conf/genboardid.awk $S/arm/conf/mach-types" \
+ compile-with "${AWK} -f $S/arm/conf/genboardid.awk $S/arm/conf/mach-types > board_id.h" \
+ no-obj no-implicit-rule before-depend \
+ clean "board_id.h"
cddl/compat/opensolaris/kern/opensolaris_atomic.c optional zfs compile-with "${ZFS_C}"
+crypto/blowfish/bf_enc.c optional crypto | ipsec
+crypto/des/des_enc.c optional crypto | ipsec
dev/fb/fb.c optional sc
dev/hwpmc/hwpmc_arm.c optional hwpmc
dev/kbd/kbd.c optional sc
dev/syscons/scgfbrndr.c optional sc
dev/syscons/scterm-teken.c optional sc
dev/syscons/scvtb.c optional sc
+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/subr_dummy_vdso_tc.c standard
libkern/arm/divsi3.S standard
libkern/arm/ffs.S standard
libkern/arm/muldi3.c standard
@@ -81,13 +86,3 @@ libkern/qdivrem.c standard
libkern/ucmpdi2.c standard
libkern/udivdi3.c standard
libkern/umoddi3.c standard
-#XXX: We can't use these versions, as strcmp.c is included conf/files
-#libkern/arm/strcmp.S standard
-#libkern/arm/strncmp.S standard
-#
-kern/subr_dummy_vdso_tc.c standard
-board_id.h standard \
- dependency "$S/arm/conf/genboardid.awk $S/arm/conf/mach-types" \
- compile-with "${AWK} -f $S/arm/conf/genboardid.awk $S/arm/conf/mach-types > board_id.h" \
- no-obj no-implicit-rule before-depend \
- clean "board_id.h"
OpenPOWER on IntegriCloud