repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Updated PCI IDs to latest snapshot.
[tangerine.git]
/
arch
/
common
/
boot
/
mmakefile.src
blob
4c9e12a1a71387c527b299996ded3b91c711e98a
1
# Copyright © 2004, The AROS Development Team. All rights reserved.
2
# $Id$
3
4
include $(TOP)/config/make.cfg
5
6
AROSBOOTSIGFILE := AROS.boot
7
8
#MM
9
arch-common-boot-generatebootsig:
10
@echo "$(ARCH)-$(CPU)" > $(AROSDIR)/$(AROSBOOTSIGFILE)
11