projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
[linux-2.6]
/
arch
/
m68knommu
/
platform
/
68EZ328
/
Makefile
1
#
2
# Makefile for arch/m68knommu/platform/68EZ328.
3
#
4
5
obj-y := config.o
6
7
extra-y := bootlogo.rh
8
9
$(obj)/bootlogo.rh: $(src)/bootlogo.h
10
perl $(src)/../68328/bootlogo.pl < $(src)/bootlogo.h \
11
> $(obj)/bootlogo.rh