Ignore:
Timestamp:
Dec 14, 2009, 9:48:24 PM (14 years ago)
Author:
sven
Message:

Sorted the sources a bit:

  • moved all the interrupt and card ring buffer related things to driver.c
  • renamed io.c (stupid name) to protocol.c (good name)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • punch-card/driver/documation-m200/bin/Makefile

    r50 r51  
    4141
    4242## Objects that must be built in order to link
    43 OBJECTS = main.o punchcard.o io.o
     43OBJECTS = main.o punchcard.o protocol.o driver.o
    4444
    4545## Objects explicitly added by the user
     
    5656        $(CC) $(INCLUDES) $(CFLAGS) -c  $<
    5757
    58 io.o: ../src/io.c
     58protocol.o: ../src/protocol.c
     59        $(CC) $(INCLUDES) $(CFLAGS) -c  $<
     60
     61driver.o: ../src/driver.c
    5962        $(CC) $(INCLUDES) $(CFLAGS) -c  $<
    6063
Note: See TracChangeset for help on using the changeset viewer.
© 2008 - 2013 technikum29 • Sven Köppel • Some rights reserved
Powered by Trac
Expect where otherwise noted, content on this site is licensed under a Creative Commons 3.0 License