Changeset 03936831 in mainline for uspace/drv/intctl/apic/Makefile


Ignore:
Timestamp:
2017-10-20T09:16:55Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1252e81
Parents:
fe1c48d (diff), 04efacc (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline to fix build

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/drv/intctl/apic/Makefile

    rfe1c48d r03936831  
    2727#
    2828
    29 USPACE_PREFIX = ../../../..
     29USPACE_PREFIX = ../../..
     30LIBS = $(LIBDRV_PREFIX)/libdrv.a
     31EXTRA_CFLAGS += -I$(LIBDRV_PREFIX)/include
    3032BINARY = apic
    3133
    3234SOURCES = \
    33         apic.c
     35        apic.c \
     36        main.c
    3437
    3538include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.