Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147178483
D21866.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
593 B
Referenced Files
None
Subscribers
None
D21866.diff
View Options
Index: head/sys/modules/hptmv/Makefile
===================================================================
--- head/sys/modules/hptmv/Makefile
+++ head/sys/modules/hptmv/Makefile
@@ -13,14 +13,8 @@
SRCS+= mv.c entry.c ioctl.c hptproc.c gui_lib.c
OBJS+= hptmvraid.o
-.if $(MACHINE_CPUARCH) == "amd64"
-HPTMV_RAID_O = amd64-elf.raid.o.uu
-.else
-HPTMV_RAID_O = i386-elf.raid.o.uu
-.endif
-
-hptmvraid.o: ${HPTMV}/$(HPTMV_RAID_O)
- uudecode -p < ${HPTMV}/$(HPTMV_RAID_O) > ${.TARGET}
+hptmvraid.o:
+ uudecode -p < ${HPTMV}/${MACHINE_CPUARCH}-elf.raid.o.uu > ${.TARGET}
#
# Debug Options:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 9, 9:24 PM (8 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29458494
Default Alt Text
D21866.diff (593 B)
Attached To
Mode
D21866: Harmonize the hptmv blob build rule with other hpt* drivers.
Attached
Detach File
Event Timeline
Log In to Comment