x86: fix 2 section mismatch warnings - find_and_reserve_crashkernel
[linux-2.6] / arch / m68k / tools / amiga / Makefile
1
2 CC =            m68k-cbm-amigados-gcc
3 CFLAGS =        -Wall -O2
4
5
6 All:            dmesg
7
8
9 dmesg:          dmesg.c
10                 $(CC) $(CFLAGS) -o dmesg dmesg.c -noixemul
11