[IO] rework dprintf to take a debug level, defined in DEBUGLEVEL

printf at the moment just calls dprintf, but soon will become
a seperate I/O queue.
This commit is contained in:
Travis Geiselbrecht
2008-09-07 22:32:49 -07:00
parent 8d529ef70a
commit eb9460542e
22 changed files with 293 additions and 199 deletions

View File

@@ -2,7 +2,7 @@
include macros.mk
PROJECT ?= beagle-test
DEBUG ?= 1
DEBUG ?= 2
BUILDDIR := build-$(PROJECT)
OUTBIN := $(BUILDDIR)/lk.bin