Makefile 90 B

1234
  1. obj-y := setup.o sdram.o
  2. ifneq ($(CONFIG_FB_SH_MOBILE_LCDC),)
  3. obj-y += lcd_wqvga.o
  4. endif